home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / SDKs / PCI Driver Development Kit / • Samples / Driver Samples / Video samples / GDX 950717 / PopUpFuncs Demo / About PopUpFuncs.c next >
Encoding:
C/C++ Source or Header  |  1996-08-20  |  3.3 KB  |  97 lines  |  [TEXT/R*ch]

  1. /*
  2. (This file was created by BBEdit, a product of Bare Bones Software. It is
  3. written using Monaco 9, with four spaces per tab.)
  4.  
  5. About PopupFuncs, version 2.5
  6. -----------------------------
  7.  
  8. To install PopUpFuncs, launch the Installer and install PopupFuncs in
  9. your copy of BBEdit, CodeWarrior, MPW, THINK C, THINK Project Manager,
  10. Symantec Project Manager, or QUED/M. Do this now, and you’ll be able to
  11. try out PopUpFuncs on this very file!
  12. */
  13.  
  14. #pragma mark What is PopUpFuncs?
  15.  
  16. /*
  17. PopUpFuncs (“PUF”) is a productivity tool for developers. When invoked
  18. by clicking on a control in a source code window’s title bar, it
  19. creates a popup menu of every function contained in a source code file,
  20. allowing you to see instantly the contents of an unfamiliar file. If a
  21. name is selected from the menu, the file is instantly scrolled to the
  22. beginning of that function. PopUpFuncs works with CodeWarrior, MPW,
  23. THINK C/Symantec C++, SADE, and BBEdit, and QUED/M, and parses C, C++,
  24. Pascal, Object Pascal, Assembly and Rez files.
  25.  
  26. PopUpFuncs is extensible through an XCMD-like protocol. This demo
  27. includes a language sensitive block-commenting and uncommenting tool
  28. which operates on the current selection. Hold the command key down
  29. while clicking on a control to get the XPOP menu. When you buy PUF, you
  30. get the source code to this XPOP, as well as everything you need to
  31. compile your own XPOPs.
  32.  
  33. PopUpFuncs is very fast, highly addictive, and VERY useful.
  34.  
  35. This demo will parse a file up to about 20 times, after which you will
  36. need to exit the application and re-enter it to reactivate PopUpFuncs.
  37. */
  38.  
  39. #pragma mark What do the critics think?
  40.  
  41. /*
  42. “It’s my favorite utility. I use it constantly and am happy to
  43. recommend it to all AppMaker users.”
  44.  
  45.     -    Spec Bowers, President, Bowers Development.
  46.  
  47. “Thanks for sending PopUpFuncs..your interface is simple and
  48. effective...It is an unusual pleasure to come across a product that
  49. lives up to its advertising claims.”
  50.  
  51.     -    Cary Wyman, Vice-President, R&D, DeltaPoint, Inc.
  52.  
  53. “Although other utilities offer some of its features, PopUpFuncs is the
  54. cleanest, most intuitive, and non-intrusive of the bunch. I wouldn’t
  55. use anything else. Becuase I work with CodeWarrior, MPW, and THINK C,
  56. having identical implementations in all systems is a blessing.”
  57.  
  58.     -    Leonard Rosenthol, Director of Advanced Technology, Aladdin Systems.
  59.     
  60. “PopupFuncs is of such fundamental utility that anyone who composes
  61. code on a Macintosh should have a copy.”
  62.  
  63.     -    Tom Emerson, Software Engineer, Symantec Corp.
  64. */
  65.  
  66. #pragma mark Ordering Information
  67.  
  68. /*
  69. The price is $29 per copy. (A single copy can be used with all of
  70. your own copies of MPW, THINK C/Symantec C++, CodeWarrior, BBEdit,
  71. or QUED/M.)
  72.  
  73. Massachusetts residents add 5% sales tax. Everyone should add $3 for
  74. shipping and handling, $6 to non-US or Canadian addresses.
  75.  
  76. To place an order, send payment to:
  77.  
  78. Bare Bones Software, Inc.
  79. P.O. Box 108
  80. Bedford, MA 01730-0108
  81. Phone: (508) 651-3561
  82. Fax: (508) 651-7584
  83. Internet: bbsw@netcom.com
  84. CIS: 73051,3255
  85. AppleLink: BARE.BONES
  86. eWorld: BareBones
  87.  
  88. Payment terms are as follows:
  89.  
  90. Prepaid orders: Personal or company check, bank draft, money order,
  91. MasterCard, or Visa. Terms: NET 30 with approved credit. Call or write
  92. for details.
  93.  
  94. Contact us at one of the addresses above for quantity pricing and
  95. site license information.
  96. */
  97.